home *** CD-ROM | disk | FTP | other *** search
- /*{{{}}}*/
- /*{{{ define P for ansi-C*/
- #define P(args) args
- /*}}} */
- /*{{{ not read in origami sources, only bregex.c must know these externals from origami!*/
- #ifdef LIB_COMPILE
- /*{{{ set abort variable*/
- # define RE_ABORT_EXPR aborted
- extern int aborted;
- /*}}} */
- /*{{{ maybe define malloc using a rounded paket size*/
- # include "lib/ori_add_lib.h"
- # define reg_realloc(p,x) ORIrealloc(p,x)
- # define reg_malloc(x) ORImalloc(x)
- # define reg_free(x) ORIfree(x)
- /*}}} */
- #endif
- /*}}} */
- /*{{{ configure the regular epression library*/
- #define RE_SUBSTR_PTR
- #define RE_nERROR_REPORT
- #define RE_nREG_NEWLINE
- #define RE_nCONCUR_COMPILE
- #define RE_SMALL_JUMP_TABLE
- #define RE_NSUBMAX
- #define RE_EMPTY_OR
- /*}}} */
-